home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8461 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.iconn.net!news
  2. From: thecrow@iconn.net (The Crow)
  3. Newsgroups: comp.lang.c,comp.lang.c++
  4. Subject: Re: Asm to C/C++ converter
  5. Date: 18 Feb 1996 21:23:35 GMT
  6. Organization: I rule the world
  7. Message-ID: <4g85cn$omf@news.iconn.net>
  8. References: <4g3d4g$d0r@granite.sentex.net>
  9. NNTP-Posting-Host: st-ts00-02.iconn.net
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-Newsreader: WinVN 0.99.6
  13.  
  14. In article <4g3d4g$d0r@granite.sentex.net>, gp2562@sentex.net says...
  15. >
  16. >   Has anyone know of a good shareware/commercial converter that converts  asm 
  17. >code to c code? I've got a program that I'd like to get converter, but I don't 
  18. >know much about asm. 
  19.  
  20. if you do find such a program, the code you get will be next to unreadable.
  21. you wont nice things like coherent variable names for starters. Second, it 
  22. probably wouldn't work without a lot of tweaking on your own.  Someone writing
  23. a program in assembly wouldn't exactly use the same assebmly code to read in 
  24. a string that a CIN or SCANF would use, the C code you would get might be
  25. harder to read than the assembler.
  26. -- 
  27. The Crow - thecrow@iconn.net
  28. "It can't rain all the time"
  29. -Kryptology
  30.  
  31.